[INFO] fetching crate rustwatch 0.2.2...
[INFO] fixing rustwatch-0.2.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate rustwatch 0.2.2 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate rustwatch 0.2.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rustwatch 0.2.2
[INFO] tweaked toml for crates.io crate rustwatch 0.2.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rustwatch 0.2.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rustwatch 0.2.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded phf_shared v0.12.1
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.122
[INFO] [stderr]   Downloaded phf v0.12.1
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.122
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.122
[INFO] [stderr]   Downloaded log v0.4.30
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.122
[INFO] [stderr]   Downloaded js-sys v0.3.99
[INFO] [stderr]   Downloaded chrono-tz v0.10.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 806c6e392f2b13a35a47dc6a9840952cc81ee550ff4db70170a2ae77225105b0
[INFO] running `Command { std: "docker" "start" "806c6e392f2b13a35a47dc6a9840952cc81ee550ff4db70170a2ae77225105b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "806c6e392f2b13a35a47dc6a9840952cc81ee550ff4db70170a2ae77225105b0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "806c6e392f2b13a35a47dc6a9840952cc81ee550ff4db70170a2ae77225105b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "806c6e392f2b13a35a47dc6a9840952cc81ee550ff4db70170a2ae77225105b0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking siphasher v1.0.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking rustwatch v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Custom` found for enum `Level` in the current scope
[INFO] [stdout]    --> tests/record.rs:46:16
[INFO] [stdout]     |
[INFO] [stdout]  46 |         Level::Custom("CustomLevel".to_string(), None),
[INFO] [stdout]     |                ^^^^^^ variant, associated function, or constant not found in `Level`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Level` consider using one of the following associated functions:
[INFO] [stdout]       Level::from_name
[INFO] [stdout]       Level::from_severity
[INFO] [stdout]    --> src/level.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn from_name(name: &str) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 |     pub fn from_severity(severity: i8) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Custom` found for enum `Level` in the current scope
[INFO] [stdout]   --> tests/record.rs:54:16
[INFO] [stdout]    |
[INFO] [stdout] 54 |         Level::Custom(ref name, None) => assert_eq!(name, "CustomLevel"),
[INFO] [stdout]    |                ^^^^^^ variant, associated function, or constant not found in `Level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Custom` found for enum `Level` in the current scope
[INFO] [stdout]    --> tests/record.rs:64:16
[INFO] [stdout]     |
[INFO] [stdout]  64 |         Level::Custom("CustomLevel".to_string(), Some(42)),
[INFO] [stdout]     |                ^^^^^^ variant, associated function, or constant not found in `Level`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Level` consider using one of the following associated functions:
[INFO] [stdout]       Level::from_name
[INFO] [stdout]       Level::from_severity
[INFO] [stdout]    --> src/level.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn from_name(name: &str) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 |     pub fn from_severity(severity: i8) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Custom` found for enum `Level` in the current scope
[INFO] [stdout]   --> tests/record.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 |         Level::Custom(_, Some(sev)) => assert_eq!(sev, 42),
[INFO] [stdout]    |                ^^^^^^ variant, associated function, or constant not found in `Level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Custom` found for enum `Level` in the current scope
[INFO] [stdout]    --> tests/record.rs:182:16
[INFO] [stdout]     |
[INFO] [stdout] 182 |         Level::Custom("MyLevel".to_string(), None),
[INFO] [stdout]     |                ^^^^^^ variant, associated function, or constant not found in `Level`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Level` consider using one of the following associated functions:
[INFO] [stdout]       Level::from_name
[INFO] [stdout]       Level::from_severity
[INFO] [stdout]    --> src/level.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn from_name(name: &str) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 |     pub fn from_severity(severity: i8) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Custom` found for enum `Level` in the current scope
[INFO] [stdout]    --> tests/record.rs:197:16
[INFO] [stdout]     |
[INFO] [stdout] 197 |         Level::Custom("X".to_string(), None),
[INFO] [stdout]     |                ^^^^^^ variant, associated function, or constant not found in `Level`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Level` consider using one of the following associated functions:
[INFO] [stdout]       Level::from_name
[INFO] [stdout]       Level::from_severity
[INFO] [stdout]    --> src/level.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn from_name(name: &str) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 |     pub fn from_severity(severity: i8) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Custom` found for enum `Level` in the current scope
[INFO] [stdout]    --> tests/record.rs:300:16
[INFO] [stdout]     |
[INFO] [stdout] 300 |         Level::Custom("".to_string(), None),
[INFO] [stdout]     |                ^^^^^^ variant, associated function, or constant not found in `Level`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Level` consider using one of the following associated functions:
[INFO] [stdout]       Level::from_name
[INFO] [stdout]       Level::from_severity
[INFO] [stdout]    --> src/level.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn from_name(name: &str) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 |     pub fn from_severity(severity: i8) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Custom` found for enum `Level` in the current scope
[INFO] [stdout]    --> tests/record.rs:308:16
[INFO] [stdout]     |
[INFO] [stdout] 308 |         Level::Custom(name, _) => assert_eq!(name, ""),
[INFO] [stdout]     |                ^^^^^^ variant, associated function, or constant not found in `Level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Custom` found for enum `Level` in the current scope
[INFO] [stdout]    --> tests/record.rs:318:16
[INFO] [stdout]     |
[INFO] [stdout] 318 |         Level::Custom(name.clone(), None),
[INFO] [stdout]     |                ^^^^^^ variant, associated function, or constant not found in `Level`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `Level` consider using one of the following associated functions:
[INFO] [stdout]       Level::from_name
[INFO] [stdout]       Level::from_severity
[INFO] [stdout]    --> src/level.rs:174:5
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn from_name(name: &str) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 |     pub fn from_severity(severity: i8) -> Result<Self, Error> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant, associated function, or constant named `Custom` found for enum `Level` in the current scope
[INFO] [stdout]    --> tests/record.rs:326:16
[INFO] [stdout]     |
[INFO] [stdout] 326 |         Level::Custom(n, _) => assert_eq!(n.len(), 500),
[INFO] [stdout]     |                ^^^^^^ variant, associated function, or constant not found in `Level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustwatch` (test "record") due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "806c6e392f2b13a35a47dc6a9840952cc81ee550ff4db70170a2ae77225105b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "806c6e392f2b13a35a47dc6a9840952cc81ee550ff4db70170a2ae77225105b0", kill_on_drop: false }`
[INFO] [stdout] 806c6e392f2b13a35a47dc6a9840952cc81ee550ff4db70170a2ae77225105b0
